home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / utilities / comms / irc / grapevine / readme.amitcp < prev    next >
Encoding:
Text File  |  1995-09-06  |  1.4 KB  |  33 lines

  1. SPECIAL INSTRUCTIONS FOR AMITCP USERS
  2. -------------------------------------
  3. Installing socket.library:
  4.  
  5.   When using AmiTCP, install Grapevine just like for AS225.  To use the
  6.   program though you will need the AmiTCP socket.library by Henning
  7.   Schmiedehausen.  This socket.library is included in the Grapevine archive
  8.   and is also available on the Grapevine support site.
  9.   
  10.   The socket.library requires you to set the @{b}ENV:SOCKETCONFIG@{ub} variable in
  11.   order for it to work.  Following is an example of the command you should
  12.   use to set SOCKETCONFIG correctly:
  13.  
  14.              setenv SOCKETCONFIG 100 200 juser warped.com 022
  15.  
  16.   You can put this command in your s:user-startup file, amitcp:bin/startnet
  17.   file, or just set it manually once and copy env:SOCKETCONFIG to envarc:.
  18.  
  19. Sending a DCC request:
  20.  
  21.   Because of shortcomings in at least early versions of AmiTCP, the DCC
  22.   clients that are currently included with Grapevine require you to have
  23.   the HOSTNAME environment variable set correctly.  The "hostname" command
  24.   usually, but not always, returns the proper value.  Put the following
  25.   command at the end of your amitcp:startnet script:
  26.  
  27.                            hostname > env:HOSTNAME
  28.  
  29.   The "hostname" command has been known to return "localhost" as the
  30.   value because of a problem in AmiTCP, so this may not always be a
  31.   clean solution for you.  Contact the author of Grapevine for help
  32.   if the above does not work right for you.
  33.